home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / System 7.0 Samples / AEObject-Edition1.0.2 Sample / AEObject-Edition Sample.r < prev    next >
Encoding:
Text File  |  1994-11-18  |  368 b   |  12 lines  |  [TEXT/MPS ]

  1. /* Our Rez file.  All this does is include the .rsrc file that contains the */
  2. /* compiled resources */
  3.  
  4. type 'ERST' {
  5.        integer = $$CountOf(ErrorArray); /*                */
  6.        array ErrorArray {
  7.            integer;                      /* error number */
  8.            pstring;                    /* and the string       */
  9.        };
  10. };
  11.  
  12. include "AESamp.rsrc";